onPositionChanged

open fun onPositionChanged(pos: Int)

Callback method invoked when the scroll position of the internal ComboScrollView changes. Currently, this method is empty. It can be used to react to specific scroll positions.

Parameters

pos

The current vertical scroll position.